home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / mt / panel / scripts / DefineButton2_378 / BUTTONCONDACTION on(rollOut).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  264 b   |  17 lines

  1. on(rollOut){
  2.    set("../../:validDrag","0");
  3.    tellTarget("_level50")
  4.    {
  5.       gotoAndStop("off");
  6.    }
  7.    x = "0";
  8.    while(endObj >= x)
  9.    {
  10.       tellTarget("../obj" add x)
  11.       {
  12.          gotoAndStop("init");
  13.       }
  14.       x += "1";
  15.    }
  16. }
  17.